home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / c / ExtrasLib.lha / ExtrasLib / Include / clib / extras / db_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-30  |  596 b   |  23 lines

  1. #ifndef CLIB_EXTRAS_DB_PROTOS_H
  2. #define CLIB_EXTRAS_DB_PROTOS_H
  3.  
  4. #ifndef DOS_DOS_H
  5. #include <dos/dos.h>
  6. #endif
  7.  
  8. #ifndef CLIB_EXTRAS_NNSTRING_PROTOS_H
  9. #include <clib/extras/nnstring_protos.h>
  10. #endif
  11.  
  12. #ifndef EXTRAS_NNSTRING_H
  13. #include <extras/nnstring.h>
  14. #endif
  15.  
  16. /* DB uses NNStrings */
  17. STRPTR  db_GetNNData(STRPTR NNStr, STRPTR Name, STRPTR DefVal);
  18. BOOL    db_GetEntryData(BPTR File, STRPTR EntryName, STRPTR Name, ... );
  19. STRPTR  db_EntryToNN(BPTR File, STRPTR EntryName);
  20. LONG    db_NextEntry(BPTR File, STRPTR EntryName, STRPTR Buffer, ULONG BufferSize);
  21.  
  22. #endif /* CLIB_EXTRAS_DB_PROTOS_H */
  23.